home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 June / PCPRO_696.ISO / bonus / blender / shared.dir / 00788_- button2 8.ls < prev    next >
Encoding:
Text File  |  1996-03-08  |  174 b   |  11 lines

  1. on mouseUp
  2.   global move
  3.   sound playFile 2, "ting.AIF"
  4.   set move to 1
  5.   CLEANUP()
  6.   finishMovie()
  7.   tell the stage
  8.     play frame "OPEN" of movie "HELP.DIR"
  9.   end tell
  10. end
  11.